home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 476-500 / disk_500 / wiconify / wiconsetter.lzh / wIconSetter / Source / wIconHandler.h < prev    next >
C/C++ Source or Header  |  1991-04-19  |  1KB  |  33 lines

  1. /*
  2.  *  WICONSETTER     A companion utility to wIconify.  wIconSetter allows
  3.  *                  you to specify custom icons for windows ans screens
  4.  *                  that normally use the default icons.
  5.  *
  6.  *  wIconHandler.h      Definitions for the wIconSetter Handler.
  7.  *
  8.  *  Copyright 1990 by Davide P. Cervone, all rights reserved.
  9.  *  You may use this code, provided this copyright notice is kept intact.
  10.  */
  11.  
  12. #ifndef INTUITION_PREFERENCES_H
  13. #define INTUITION_PREFERENCES_H             /* don't need em */
  14. #include <intuition/intuition.h>
  15. #endif
  16. #include <libraries/dosextens.h>
  17. #include "wIcon.h"
  18.  
  19. #define PROGRAM         "wIconSetter-Handler"
  20. #define VERSION         "v1.3"
  21. #define COPYRIGHT\
  22.    "Copyright (c) 1990 by Davide P. Cervone, all rights reserved"
  23.  
  24. #define MAJVERS         1               /* Handler version */
  25. #define MINVERS         3
  26. #define MINLOADVERS     3               /* Minimum loader version */
  27.  
  28. #define ONE             1L
  29.  
  30. extern struct IntuitionBase *IntuitionBase;
  31.  
  32. #include "wIconSetup.h"
  33.